home *** CD-ROM | disk | FTP | other *** search
- //
- // EventLog.h
- // Copyright (c) 1989, 1990 by Jiro Nakamura
- // All rights reserved
- //
- // Handles a log window, opens it, lets the user modify it,
- // and if anything changes, lets her or him save it before
- // closing it.
- //
- // RCS Information
- // Revision Number-> $Revision: 2.3 $
- // Last Revised-> $Date: 90/03/25 01:35:55 $
- //
-
- #import "TextWindow.h"
-
- @interface EventLog:TextWindow
- {
- id global; // Set by IB. Accessor to Global object
- }
- - open:sender; // Open window
- - close; // Close window
- - update; // Update window
-
- - setGlobal : anObject;
- @end
-